home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / esc.jar / com / extensibility / esc / PBValidator.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-06-30  |  703 b   |  20 lines

  1. package com.extensibility.esc;
  2.  
  3. import javax.swing.JLabel;
  4.  
  5. class PBValidator extends AProgressBarPanel {
  6.    public PBValidator() {
  7.    }
  8.  
  9.    public PBValidator(int var1, int var2) {
  10.       super(var1, var2);
  11.    }
  12.  
  13.    protected void prepareUpPanel() {
  14.       super.mainMsg = new JLabel("Validating: ");
  15.       super.valFile = new JLabel("");
  16.       super.up.add(super.mainMsg);
  17.       super.up.add(super.valFile);
  18.    }
  19. }
  20.